dart read from terminal

179

import 'dart:io';

void main(){
  var input = stdin.readLineSync();
}

Comments

Submit
0 Comments